forked from stm32duino/Arduino_Core_STM32
-
Notifications
You must be signed in to change notification settings - Fork 0
Update 13 octuber 2020 #4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HardwareTimer::setInterruptPriority previously stored the priority fur future use, but it was typically never applied. It was applied only during the call to HAL_TIM_Base_Init in the HardwareTimer constructor. This change sets the priority immediately, in addition to storing it for future use by the HAL.
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Fixed setting HardwareTimer interrupt priority
Signed-off-by: Frederic.Pierson <fpierson@garatronic.fr> Co-Authored-By: Frederic Pillon <frederic.pillon@st.com>
Remove Travis reference and simply use generic name CI.
Eg. S3 (pin 3) = D0 (arduino) = PB9 (stm32 mcu)
Signed-off-by: Stephen Hensley <stephen.p.hensley@gmail.com> Co-Authored-By: Frederic Pillon <frederic.pillon@st.com>
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Add Daisy Seed variant [replace #1063]
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
This avoid issue with several scripts Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Updating the MCU used in Prntr Board Vx.
Included in STM32CubeF4 FW v1.25.0 Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Included in STM32CubeF4 FW v1.25.0 Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Included in STM32CubeF7 FW v1.16.0 Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Included in STM32CubeF7 FW v1.16.0 Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
USB Specification EP0 should never STALL during setup stage. Device is not properly setup if STALL present. Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Update to latest F4, F7 firmware and USB host/device middleware
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Due to HAL Cube update (ex: for STM32L4 sha1 f41f10e) it is now required to stop timer with HAL API otherwise HAL state is not restored to HAL_TIM_STATE_READY, and it is not possible to resume() a HardwareTimer after a pause(). Nevertheless it is not sufficient to guarantee that timer is stopped specially if some channels are still running. So it is also necessary to keep also the call to LL_TIM_DisableCounter() Signed-off-by: Alexandre Bourdiol <alexandre.bourdiol@st.com>
Update XXXXSPI pinmap array
Included in STM32CubeF4 FW v1.25.1 Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Included in STM32CubeF4 FW v1.25.1 Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Have to be fixed in STM32CubeF4: STMicroelectronics/STM32CubeF4#36 Signed-off-by: Michael Sharman <michael@thecodesharman.com.au> Co-authored-by: Frederic Pillon <frederic.pillon@st.com> Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Update STM32F4 HAL drivers
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Fix #1170 Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Fix #1170 Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Change 2 instances: HAL_RCC_ClockConfig(&RCC_ClkInitStruct, FLASH_LATENCY_1) --> HAL_RCC_ClockConfig(&RCC_ClkInitStruct, FLASH_LATENCY_5)
Update Print/Stream API
Included in STM32CubeL0 FW v1.11.3 Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Fix #1181 Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Fix #1188 Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
"Error during build: fork/exec <...> : no such file or directory" was not detected. Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Included in STM32CubeF1 FW v1.8.2 Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Included in STM32CubeF1 FW v1.8.2 Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Update STM32F1 HAL and CMSIS drivers
Included in STM32CubeF2 FW v1.9.1 Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Included in STM32CubeF2 FW v1.9.1 Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Included in STM32CubeF2 FW v1.9.1 Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Update STM32F2 HAL and CMSIS drivers
See https://github.com/xpack-dev-tools/arm-none-eabi-gcc-xpack/releases/v9.3.1-1.3/ Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pull Request template
Please, Make sure that your PR is not a duplicate.
Search among the Pull request before creating one.
IMPORTANT: Please review the CONTRIBUTING.md file for detailed contributing guidelines.
Thanks for submitting a pull request.
Please provide enough information so that others can review your pull request:
Summary
This PR fixes/implements the following bugs/features
Explain the motivation for making this change. What existing problem does the pull request solve?
Validation
Code formatting
Closing issues
Fixes #xxx